A node header atom is a leaf atom that describes the type and ID of a node, as well as other information about the node. Its atom type is kQTVRNodeHeaderAtomType ( 'ndhd' ).
The structure of a node header atom is defined by the VRNodeHeaderAtom data type:
typedef struct VRNodeHeaderAtom {
UInt16 majorVersion;
UInt16 minorVersion;
OSType nodeType;
QTAtomID nodeID;
QTAtomID nameAtomID;
QTAtomID commentAtomID;
UInt32 reserved1;
UInt32 reserved2;
} VRNodeHeaderAtom, *VRNodeHeaderAtomPtr;
| Previous | Chapter Contents | Chapter Top | Next |